p{
  background-color: #0CC;
}
/*espace visible*/
.invisible{
  visibility: hidden;
}
/*espace invisible*/
.nonaffiche{
  display: none;
}